home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 6584 / 6584.xpi / chrome / flashvideodownloader / content / searchvideo.xul < prev    next >
Extensible Markup Language  |  2009-09-25  |  1KB  |  24 lines

  1. ∩╗┐<?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
  3. <dialog id="ila_donothing" title="Search Video"
  4. xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  5. buttons="accept"
  6. defaultbutton="accept"
  7. ondialogaccept="FlashVDSearchVideo.search(event);"
  8. autosize="true"
  9. resizable="no">
  10. <script type="application/x-javascript" src="chrome://flashvideodownloader/content/searchvideo.js"/>
  11.     <spacer height="2" />
  12.     <box id="box" orient="horizontal">
  13.         <button id="search" dlgtype="accept" disabled="true" label="Search " image="chrome://flashvideodownloader/skin/fvd_16.png" dir="reverse"/>
  14.         <textbox id="search_key" type="search" style="width:230px;" value="" 
  15.             oncommand="FlashVDSearchVideo.chek_status(event);"
  16.             onkeypress="FlashVDSearchVideo.search_if_pressed_enter(event);"
  17.         />
  18.     </box>
  19.     <caption style="padding-left:76px;color:gray;font-size:80%;" label="enter the keywords to search video" />
  20.     <spacer height="2" />
  21.     <script>
  22.         FlashVDSearchVideo.init();
  23.     </script>
  24. </dialog>